home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / forecastfox___-0.9.7.6-fx.xpi / defaults / converters.js next >
Text File  |  2008-06-03  |  12KB  |  80 lines

  1. ({
  2.   "degrees-0-none": {name: "none", conversion: "degrees", units: 0, format: "$CALC + String.fromCharCode(176);", calc: "Number($VAL)"},  
  3.   "degrees-1-none": {name: "none", conversion: "degrees", units: 0, format: "$CALC + String.fromCharCode(176);", calc: "Number($VAL)" },    
  4.   "percent-0-none": {name: "none", conversion: "percent", units: 0, format: "$CALC + String.fromCharCode(37);", calc: "Number($VAL)"},  
  5.   "percent-1-none": {name: "none", conversion: "percent", units: 1, format: "$CALC + String.fromCharCode(37);", calc: "Number($VAL)"}, 
  6.   "pressure-0-none": {name: "none", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "in"},    
  7.   "pressure-0-in": {name: "none", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "in"},    
  8.   "pressure-0-psi": {name: "psi", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.491130).toFixed(2)", abbr: "in"},  
  9.   "pressure-0-atm": {name: "atm", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.033421).toFixed(2)", abbr: "atm"},  
  10.   "pressure-0-mb": {name: "mb", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 33.8639).toFixed(2)", abbr: "mb"},
  11.   "pressure-0-mm": {name: "mm", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 25.4).toFixed(2)", abbr: "mm"},
  12.   "pressure-0-hpa": {name: "hpa", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 33.8639).toFixed(2)", abbr: "hPa"},
  13.   "pressure-0-kpa": {name: "kpa", conversion: "pressure", units: 0, format: "$CALC + ' $ABBR';", calc: "((Number($VAL)/10) * 3.38639).toFixed(2)", abbr: "kPa"},   
  14.   "pressure-1-none": {name: "none", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "mb"},    
  15.   "pressure-1-in": {name: "in", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.0295300).toFixed(2)", abbr: "in"},  
  16.   "pressure-1-psi": {name: "psi", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.0145038).toFixed(2)", abbr: "psi"},
  17.   "pressure-1-atm": {name: "atm", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.0009869233).toFixed(2)", abbr: "atm"},    
  18.   "pressure-1-mb": {name: "none", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "mb"},    
  19.   "pressure-1-mm": {name: "mm", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.750062).toFixed(2)", abbr: "mm"},        
  20.   "pressure-1-hpa": {name: "hpa", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "hPa"},     
  21.   "pressure-1-kpa": {name: "kpa", conversion: "pressure", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) / 10).toFixed(2)", abbr: "kPa"},     
  22.   "temp-0-none": {name: "none", conversion: "temp", units: 0, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Number($VAL)", abbr: "F"},     
  23.   "temp-0-short": {name: "short", conversion: "temp", units: 0, format: "$CALC + String.fromCharCode(176);", calc: "Number($VAL)"},         
  24.   "temp-0-f": {name: "none", conversion: "temp", units: 0, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Number($VAL)", abbr: "F"},     
  25.   "temp-0-c": {name: "c", conversion: "temp", units: 0, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Math.round((Number($VAL) - 32)/1.8)", abbr: "C"},     
  26.   "temp-0-k": {name: "k", conversion: "temp", units: 0, format: "$CALC + ' $ABBR';", calc: "Math.round((Number($VAL) - 32)/1.8 + 273.15)", abbr: "K"},    
  27.   "temp-0-r": {name: "r", conversion: "temp", units: 0, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Math.round(Number($VAL) - 459.69)", abbr: "R"},        
  28.   "temp-1-none": {name: "none", conversion: "temp", units: 1, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Number($VAL)", abbr: "C"},     
  29.   "temp-1-short": {name: "short", conversion: "temp", units: 1, format: "$CALC + String.fromCharCode(176);", calc: "Number($VAL)"},        
  30.   "temp-1-f": {name: "f", conversion: "temp", units: 1, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Math.round(Number($VAL)*1.8 + 32)", abbr: "F"},     
  31.   "temp-1-c": {name: "none", conversion: "temp", units: 1, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Number($VAL)", abbr: "C"},     
  32.   "temp-1-k": {name: "k", conversion: "temp", units: 1, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) + 273.15)", abbr: "K"},     
  33.   "temp-1-r": {name: "r", conversion: "temp", units: 1, format: "$CALC + String.fromCharCode(176) + ' $ABBR';", calc: "Math.round((Number($VAL)*1.8 + 32) + 459.69)", abbr: "R"},       
  34.   "speed-0-none": {name: "none", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "mph"},     
  35.   "speed-0-fts": {name: "fts", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 1.46667)", abbr: "ft/s"}, 
  36.   "speed-0-mph": {name: "none", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "mph"},     
  37.   "speed-0-ms": {name: "ms", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 0.44704)", abbr: "m/s"},     
  38.   "speed-0-kmh": {name: "kmh", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 1.609344)", abbr: "km/h"},    
  39.   "speed-0-kn": {name: "kn", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 0.868391)", abbr: "kn"},    
  40.   "speed-0-bft": {name: "bft", conversion: "speed", units: 0, format: "$CALC + ' $ABBR';", calc: "Math.round(Math.pow(((Number($VAL) * 0.44704) * 1.1947),(2/3)))", abbr: "Bft"},     
  41.   "speed-1-none": {name: "none", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "m/s"},    
  42.   "speed-1-fts": {name: "fts", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 3.28084)", abbr: "ft/s"},    
  43.   "speed-1-mph": {name: "mph", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 2.23694)", abbr: "mph"},      
  44.   "speed-1-ms": {name: "none", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "m/s"},    
  45.   "speed-1-kmh": {name: "kmh", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 3.6)", abbr: "km/h"},    
  46.   "speed-1-kn": {name: "kn", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Math.round(Number($VAL) * 1.94254)", abbr: "kn"},   
  47.   "speed-1-bft": {name: "bft", conversion: "speed", units: 1, format: "$CALC + ' $ABBR';", calc: "Math.round(Math.pow((Number($VAL) * 1.1947),(2/3)))", abbr: "Bft"},   
  48.   "dist-0-none": {name: "none", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "mi"},   
  49.   "dist-0-ft": {name: "ft", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 5280).toFixed(2)", abbr: "ft"},  
  50.   "dist-0-yds": {name: "yds", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 1760).toFixed(2)", abbr: "yds"},   
  51.   "dist-0-mi": {name: "none", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "mi"},   
  52.   "dist-0-m": {name: "m", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 1609.344).toFixed(2)", abbr: "m"},   
  53.   "dist-0-km": {name: "km", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 1.609344).toFixed(2)", abbr: "km"}, 
  54.   "dist-0-fth": {name: "fth", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 879.99824).toFixed(2)", abbr: "fth"},   
  55.   "dist-0-lea": {name: "lea", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.33333267).toFixed(2)", abbr: "lea"},   
  56.   "dist-0-nm": {name: "nm", conversion: "dist", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.86897624).toFixed(2)", abbr: "nm"},   
  57.   "dist-1-none": {name: "none", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "km"}, 
  58.   "dist-1-ft": {name: "ft", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 3280.8399).toFixed(2)", abbr: "ft"},      
  59.   "dist-1-yds": {name: "yds", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 1093.6133).toFixed(2)", abbr: "yds"},    
  60.   "dist-1-mi": {name: "mi", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.621371192).toFixed(2)", abbr: "mi"},    
  61.   "dist-1-m": {name: "m", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 1000).toFixed(2)", abbr: "m"}, 
  62.   "dist-1-km": {name: "none", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "km"}, 
  63.   "dist-1-fth": {name: "fth", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 546.80556).toFixed(2)", abbr: "fth"},  
  64.   "dist-1-lea": {name: "lea", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.20712332).toFixed(2)", abbr: "lea"},   
  65.   "dist-1-nm": {name: "nm", conversion: "dist", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.5399568).toFixed(2)", abbr: "nm"},
  66.   "precip-0-none": {name: "none", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "in"}, 
  67.   "precip-0-in": {name: "none", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "in"}, 
  68.   "precip-0-ft": {name: "ft", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.083333333).toFixed(2)", abbr: "ft"},     
  69.   "precip-0-yds": {name: "yds", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.027777778).toFixed(2)", abbr: "yds"}, 
  70.   "precip-0-mm": {name: "mm", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 25.4).toFixed(2)", abbr: "mm"}, 
  71.   "precip-0-cm": {name: "cm", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 2.54).toFixed(2)", abbr: "cm"},
  72.   "precip-0-m": {name: "m", conversion: "precip", units: 0, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * .0254).toFixed(2)", abbr: "m"},   
  73.   "precip-1-none": {name: "none", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "cm"},
  74.   "precip-1-in": {name: "in", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.39370079).toFixed(2)", abbr: "in"}, 
  75.   "precip-1-ft": {name: "ft", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.032808399).toFixed(2)", abbr: "ft"},
  76.   "precip-1-yds": {name: "yds", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.010936133).toFixed(2)", abbr: "yds"},
  77.   "precip-1-mm": {name: "mm", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 10).toFixed(2)", abbr: "mm"},
  78.   "precip-1-cm": {name: "none", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "Number($VAL)", abbr: "cm"},
  79.   "precip-1-m": {name: "m", conversion: "precip", units: 1, format: "$CALC + ' $ABBR';", calc: "(Number($VAL) * 0.01).toFixed(2)", abbr: "m"}
  80.  });